'Declaration
Public Overloads Sub SetArray( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal (,) As Object, _
ByVal As Boolean _
)
'使用法
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim column As Integer
Dim value() As Object
Dim formula As Boolean
instance.SetArray(row, column, value, formula)